home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowdrm.dir / 00073_Script_73 < prev    next >
Text File  |  1994-11-29  |  338b  |  16 lines

  1. on exitFrame
  2.   global  CM4SC2M1
  3.   if the movieTime of sprite 4 = CM4SC2M1  then
  4.     go to the frame + 1
  5.   else
  6.     go to frame the frame
  7.   end if
  8.   
  9. end
  10.  
  11. on mousedown
  12.   set the movieRate of sprite 4 to 0
  13.   updateStage -- just to make sure it's stopped
  14.   -- completely exit council area
  15.   go to frame "glowend"
  16. end mousedown